home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
system
/
MUI
/
Developer
/
C
/
Include
/
proto
/
muimaster.h
Wrap
C/C++ Source or Header
|
2000-05-27
|
254b
|
12 lines
#ifndef PROTO_MUIMASTER_H
#define PROTO_MUIMASTER_H
#include <exec/types.h>
extern struct Library *MUIMasterBase;
#ifdef __GNUC__
#include <inline/muimaster.h>
#else
#include <clib/muimaster_protos.h>
#include <pragmas/muimaster_pragmas.h>
#endif
#endif